home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Science / µSim 1.0b5 folder / source / C.r < prev    next >
Encoding:
Text File  |  1994-01-05  |  811 b   |  34 lines  |  [TEXT/MMCC]

  1. /*
  2. Copyright © 1993,1994 by Fabrizio Oddone
  3. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  4. This source code is distributed as freeware: you can copy, exchange, modify this
  5. code as you wish. You may include this code in any kind of application: freeware,
  6. shareware, or commercial, provided that full credits are given.
  7. You may not sell or distribute this code for profit.
  8. */
  9.  
  10. #define SystemSevenOrLater 1
  11.  
  12. #include "SysTypes.r"
  13. #include "Types.r"
  14. #include "StdAlert.r"
  15.  
  16. /*----------------------------CSTR • C-Style String--------------------------------*/
  17. type 'CSTR' {
  18.         cstring;
  19. };
  20.  
  21.  
  22. #ifdef    __USVersion__
  23. #include "USAC.r"
  24. #include "VersUSA.r"
  25. //INCLUDE "USAC.rsrc";
  26. #endif    __USVersion__
  27.  
  28. #ifdef    __VersioneItaliana__
  29. #include "ItaliaC.r"
  30. #include "VersItalia.r"
  31. //INCLUDE "ItaliaC.rsrc";
  32. #endif    __VersioneItaliana__
  33.  
  34.